const runtime._PageShift
10 uses
runtime (current package)
heapdump.go#L486: n := (s.npages << _PageShift) / size
malloc.go#L117: pageShift = _PageShift
malloc.go#L120: _PageSize = 1 << _PageShift
mcache.go#L224: npages := size >> _PageShift
mheap.go#L503: total = s.npages << _PageShift
mheap.go#L1580: bytes := s.npages << _PageShift
mheap.go#L1586: bytes := s.npages << _PageShift
sizeclasses.go#L91: _PageShift = 13
stack.go#L199: s = mheap_.allocManual(_StackCacheSize>>_PageShift, spanAllocStack)
stack.go#L393: npage := uintptr(n) >> _PageShift
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)